home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / mac / Chapter Tutorials / ch08.Lingo / tutor.dcr / 00234.txt < prev    next >
Encoding:
Text File  |  1996-12-05  |  220 b   |  12 lines

  1. global gSWAflag
  2.  
  3. on idle
  4.    if gSWAflag = 1 then 
  5.       set SWAStatus = the state of member "SWAHolder"
  6.       if SWAStatus = 2 then
  7.          set gSWAFlag = 0
  8.          Play (member "SWAHolder")
  9.       end if
  10.    end if
  11. end
  12.